home *** CD-ROM | disk | FTP | other *** search
Wrap
var §\x01§ = 330; while(true) { if(eval("\x01") == 330) { set("\x01",eval("\x01") - 325); §§push(true); } else if(eval("\x01") == 703) { set("\x01",eval("\x01") - 422); } else if(eval("\x01") == 42) { set("\x01",eval("\x01") + 894); } else if(eval("\x01") == 774) { set("\x01",eval("\x01") + 162); } else { if(eval("\x01") == 232) { set("\x01",eval("\x01") + 33); if(!_global.mx) { _global.mx = new Object(); } §§pop(); if(!_global.mx.transitions) { _global.mx.transitions = new Object(); } §§pop(); if(!_global.mx.transitions.Tween) { var _loc2_ = mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if(!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.position = begin; this.duration = duration; this.useSeconds = useSeconds; if(func) { this.func = func; } this.finish = finish; this._listeners = []; this.addListener(this); this.start(); }.prototype; _loc2_.__set__time = function(t) { this.prevTime = this._time; if(t > this.duration) { if(this.looping) { this.rewind(t - this._duration); this.update(); this.broadcastMessage("onMotionLooped",this); } else { if(this.useSeconds) { this._time = this._duration; this.update(); } this.stop(); this.broadcastMessage("onMotionFinished",this); } } else if(t < 0) { this.rewind(); this.update(); } else { this._time = t; this.update(); } return this.time; }; _loc2_.__get__time = function() { return this._time; }; _loc2_.__set__duration = function(d) { this._duration = !(d == null || d <= 0) ? d : _global.Infinity; return this.duration; }; _loc2_.__get__duration = function() { return this._duration; }; _loc2_.__set__FPS = function(fps) { var _loc2_ = this.isPlaying; this.stopEnterFrame(); this._fps = fps; if(_loc2_) { this.startEnterFrame(); } return this.FPS; }; _loc2_.__get__FPS = function() { return this._fps; }; _loc2_.__set__position = function(p) { this.setPosition(p); return this.position; }; _loc2_.setPosition = function(p) { this.prevPos = this._pos; this.obj[this.prop] = this._pos = p; this.broadcastMessage("onMotionChanged",this,this._pos); updateAfterEvent(); }; _loc2_.__get__position = function() { return this.getPosition(); }; _loc2_.getPosition = function(t) { if(t == undefined) { t = this._time; } return this.func(t,this.begin,this.change,this._duration); }; _loc2_.__set__finish = function(f) { this.change = f - this.begin; return this.finish; }; _loc2_.__get__finish = function() { return this.begin + this.change; }; _loc2_.continueTo = function(finish, duration) { this.begin = this.position; this.finish = finish; if(duration != undefined) { this.duration = duration; } this.start(); }; _loc2_.yoyo = function() { this.continueTo(this.begin,this.time); }; _loc2_.startEnterFrame = function() { if(this._fps == undefined) { _global.MovieClip.addListener(this); } else { this._intervalID = setInterval(this,"onEnterFrame",1000 / this._fps); } this.isPlaying = true; }; _loc2_.stopEnterFrame = function() { if(this._fps == undefined) { _global.MovieClip.removeListener(this); } else { clearInterval(this._intervalID); } this.isPlaying = false; }; _loc2_.start = function() { this.rewind(); this.startEnterFrame(); this.broadcastMessage("onMotionStarted",this); }; _loc2_.stop = function() { this.stopEnterFrame(); this.broadcastMessage("onMotionStopped",this); }; _loc2_.resume = function() { this.fixTime(); this.startEnterFrame(); this.broadcastMessage("onMotionResumed",this); }; _loc2_.rewind = function(t) { this._time = t != undefined ? t : 0; this.fixTime(); this.update(); }; _loc2_.fforward = function() { this.time = this._duration; this.fixTime(); }; _loc2_.nextFrame = function() { if(this.useSeconds) { this.time = (getTimer() - this._startTime) / 1000; } else { this.time = this._time + 1; } }; _loc2_.onEnterFrame = function() { this.nextFrame(); }; _loc2_.prevFrame = function() { if(!this.useSeconds) { this.time = this._time - 1; } }; _loc2_.toString = function() { return "[Tween]"; }; _loc2_.fixTime = function() { if(this.useSeconds) { this._startTime = getTimer() - this._time * 1000; } }; _loc2_.update = function() { this.position = this.getPosition(this._time); }; mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if(!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.position = begin; this.duration = duration; this.useSeconds = useSeconds; if(func) { this.func = func; } this.finish = finish; this._listeners = []; this.addListener(this); this.start(); }.version = "1.1.0.52"; mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if(!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.position = begin; this.duration = duration; this.useSeconds = useSeconds; if(func) { this.func = func; } this.finish = finish; this._listeners = []; this.addListener(this); this.start(); }.__initBeacon = mx.transitions.OnEnterFrameBeacon.init(); mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if(!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.position = begin; this.duration = duration; this.useSeconds = useSeconds; if(func) { this.func = func; } this.finish = finish; this._listeners = []; this.addListener(this); this.start(); }.__initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype,true); _loc2_.func = function(t, b, c, d) { return c * t / d + b; }; §§push(_loc2_.addProperty("FPS",_loc2_.__get__FPS,_loc2_.__set__FPS)); §§push(_loc2_.addProperty("duration",_loc2_.__get__duration,_loc2_.__set__duration)); §§push(_loc2_.addProperty("finish",_loc2_.__get__finish,_loc2_.__set__finish)); §§push(_loc2_.addProperty("position",_loc2_.__get__position,_loc2_.__set__position)); §§push(_loc2_.addProperty("time",_loc2_.__get__time,_loc2_.__set__time)); §§push(ASSetPropFlags(mx.transitions.Tween.prototype,null,1)); } §§pop(); break; } if(eval("\x01") == 607) { set("\x01",eval("\x01") - 326); } else if(eval("\x01") == 281) { set("\x01",eval("\x01") - 49); } else { if(eval("\x01") == 932) { set("\x01",eval("\x01") - 229); break; } if(eval("\x01") == 142) { set("\x01",eval("\x01") + 790); if(§§pop()) { set("\x01",eval("\x01") - 229); } } else { if(eval("\x01") == 348) { set("\x01",eval("\x01") - 306); §§pop() === §§pop(); §§pop()[§§pop()] = §§pop(); _loc2_.onMotionLooped = function() { }; _loc2_.broadcastMessage = function() { }; _loc2_.stop = function() { }; _loc2_.onMotionFinished = function() { super.onMotionFinished(); this.prevTime.time; this._time.time; }; _loc2_.Infinity = function() { super.Infinity(); this.prevTime.__set__FPS(); this._time.__set__FPS(); }; _loc2_.isPlaying = function() { _listeners.addListener().stopEnterFrame(this); this.prevTime.time; this._time.time; this.Tween.startEnterFrame(_listeners._fps); this.Tween.FPS; delete this.Tween; delete this.prevTime; delete this._time; }; _loc2_.setPosition = function() { return this.Object; }; _loc2_.__get__position = function() { if(this.prevPos == undefined) { this.prevPos = 0; } return this.prevPos; }; _loc2_._pos = function() { return this.onMotionChanged; }; _loc2_.updateAfterEvent = function() { return this.getPosition; }; _loc2_.change = function() { return this.finish.continueTo.position; }; _loc2_.__get__finish = function() { return this.Tween; }; _loc2_.rewind = function(__nXStrength, __nYStrength) { if(!this.yoyo) { var _loc2_ = 100 - looping._duration(__nXStrength) * mx.MovieClip; var _loc3_ = 100 - looping._duration(__nYStrength) * mx._intervalID; if(_loc2_ < mx.onEnterFrame || _loc2_ > 100) { _loc2_ = mx.onEnterFrame; } if(_loc3_ < mx.setInterval || _loc3_ > 100) { _loc3_ = mx.setInterval; } this.removeListener(); if(this.prevTime != undefined) { this.prevTime.time; } if(this._time != undefined) { this._time.time; } this.prevTime = new onMotionStarted.onMotionStopped.fforward(this.Tween,"OnEnterFrameBeacon",onMotionStarted.onMotionStopped.resume.fixTime.onMotionResumed,_loc2_,this.Tween.OnEnterFrameBeacon,mx.clearInterval,false); this._time = new onMotionStarted.onMotionStopped.fforward(this.Tween,"length",onMotionStarted.onMotionStopped.resume.fixTime.onMotionResumed,_loc3_,this.Tween.length,mx.clearInterval,false); this.prevTime.nextFrame(this.obj); this._time.nextFrame(this.obj); } }; _loc2_.removeListener = function() { this.Tween.OnEnterFrameBeacon = this.transitions; this.Tween.length = this.init; }; mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if(!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.position = begin; this.duration = duration; this.useSeconds = useSeconds; if(func) { this.func = func; } this.finish = finish; this._listeners = []; this.addListener(this); this.start(); }.clearInterval = 15; mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if(!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.position = begin; this.duration = duration; this.useSeconds = useSeconds; if(func) { this.func = func; } this.finish = finish; this._listeners = []; this.addListener(this); this.start(); }.setInterval = 65; mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if(!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.position = begin; this.duration = duration; this.useSeconds = useSeconds; if(func) { this.func = func; } this.finish = finish; this._listeners = []; this.addListener(this); this.start(); }.onEnterFrame = 60; mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if(!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.position = begin; this.duration = duration; this.useSeconds = useSeconds; if(func) { this.func = func; } this.finish = finish; this._listeners = []; this.addListener(this); this.start(); }._intervalID = 2; mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if(!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.position = begin; this.duration = duration; this.useSeconds = useSeconds; if(func) { this.func = func; } this.finish = finish; this._listeners = []; this.addListener(this); this.start(); }.MovieClip = 2; __initBroadcaster(_global.mx.__set__time,null,1); §§push(_loc2_.prevFrame("_startTime",_loc2_.setPosition,function() { } )); §§push(_loc2_.prevFrame("toString",_loc2_.updateAfterEvent,function() { } )); §§push(_loc2_.prevFrame("[Tween]",_loc2_.__get__position,function() { } )); §§push(_loc2_.prevFrame("version",_loc2_.change,function() { } )); §§push(_loc2_.prevFrame("1.1.0.52",_loc2_._pos,function() { } )); §§push(_loc2_.prevFrame("__initBeacon",_loc2_.__get__finish,function() { } )); break; } if(eval("\x01") == 421) { set("\x01",eval("\x01") - 165); if(§§pop()) { set("\x01",eval("\x01") + 707); } } else if(eval("\x01") == 668) { set("\x01",eval("\x01") - 526); §§push(true); } else if(eval("\x01") == 850) { set("\x01",eval("\x01") - 182); } else if(eval("\x01") == 936) { set("\x01",eval("\x01") - 515); §§push(true); } else if(eval("\x01") == 349) { set("\x01",eval("\x01") - 1); if(§§pop()) { set("\x01",eval("\x01") - 306); } } else if(eval("\x01") == 963) { set("\x01",eval("\x01") - 295); } else if(eval("\x01") == 761) { set("\x01",eval("\x01") - 133); } else { if(eval("\x01") == 256) { set("\x01",eval("\x01") + 707); break; } if(eval("\x01") == 628) { set("\x01",eval("\x01") - 279); §§push(true); } else { if(eval("\x01") == 265) { set("\x01",eval("\x01") - 265); break; } if(eval("\x01") == 552) { set("\x01",eval("\x01") + 76); } else { if(eval("\x01") == 168) { set("\x01",eval("\x01") + 384); break; } if(eval("\x01") != 5) { break; } set("\x01",eval("\x01") + 163); if(§§pop()) { set("\x01",eval("\x01") + 384); } } } } } } } }